home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Blender / OPENING.Dir / 00390.ls < prev    next >
Encoding:
Text File  |  1995-09-13  |  179 b   |  11 lines

  1. on exitFrame
  2.   global VID
  3.   if the movieTime of sprite 40 < VID then
  4.     go(the frame)
  5.   else
  6.     set the movieRate of sprite 40 to 0
  7.     go(#next)
  8.     updateStage()
  9.   end if
  10. end
  11.